CUBE CONNECT Edition Help

Import CubePy

To use the CubePy methods in Python, it is necessary to import the package with a code like the below:

import cubepy as cp
It is good practice to shorten the name of the CubePy package to cp in your code.